home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_3680 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  97 b   |  8 lines

  1. on(release){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndStop("Start");
  5.       play();
  6.    }
  7. }
  8.